[[Category:Fritzbot ET]]
==Error Messages Related To Actions==

Some errors messages that may be printed to the console after the map is running like...

<table border spacing=3>
<tr>
<td width="35%">
Console Message:
</td>
<td>
Possible Reason:
</td>
</tr>
<tr>
<td bgcolor="#101010">
<font color="red">ERROR: ACTION_AIM IS SCREWED UP!!</font><br>
<font color="red">ERROR: ACTION_AIM IS SCREWED UP!!</font><br>
<font color="red">ERROR: ACTION_AIM IS SCREWED UP!!</font><br>
<font color="red">ERROR: ACTION_AIM IS SCREWED UP!!</font><br>
<font color="red">ACTION: N </font><br>
</td>
<td>
- a bot went to use a camp type action but the action_links for that action referred to an action that was either;<br>
...(a) Not an aim action ( 3 )<br>
...(b) Was an aim action but only for the other team.<br>
...(c) Was an action that was not active. (/action_active...1 )<br>
...(d) All 4 link values of action number N are -1. (disabled) 
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">I've got no goal! I'm stuck here! </font><br>
</td>
<td>
- Bot is timing out, can't find an action goal.<br>
- A bot (possibly a different bot) was kicked to the spectators (make spec).
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">ERROR: Route N doesn't have any linked action paths!!!</font><br>
</td>
<td>
- The route number N lacks any pathActions. (altroam actions)<br>
- The pathActions for route N are disabled.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="red">ERROR: </font><font color="cyan">Bots have no valid goals in this map!!</font><br>

<font color="red">ERROR: </font><font color="cyan">Bots have no valid goals in this map!!</font><br>
<font color="red">ERROR: "bot_funname" </font><font color="cyan">can't find a valid goal</font><br>
</td>
<td>
- The bot by the name of "bot_funname" has no currently active actions to perform.<br>
- This may happen due to the goal tracker turning off actions not set /action_active...1<br>
- Or the .aiscript logic for action activation/deactivation is wrong or incomplete.<br>
...Check action status with g_action_info. See [[Debugging_Aiscripts#G_action_info ]].<br>
- A bot (possibly a different bot) was kicked to the spectators (make spec).
</td>
</tr>
</table>
<br>
And some error messages we don't know much about...
<table border spacing=3>
<tr>
<td bgcolor="#101010" width="35%">
<font color="grey">ERROR: Too many deliver actions in the map! </font><br>
</td>
<td>
- Nav file exceeds limit of ???<br>
- Nav file is corrupted.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="grey">ERROR: Too many flag capture actions in the map! </font><br>

</td>
<td>
- Nav file exceeds limit of ???<br>
- Nav file is corrupted.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="grey">ERROR: Too many camp actions in the map! </font><br>
</td>
<td>
- Nav file exceeds limit of ???<br>
- Nav file is corrupted.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="grey">ERROR: Too many roam actions in the map! </font><br>
</td>
<td>
- Nav file exceeds limit of ???<br>
- Nav file is corrupted.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="grey">ERROR: Too many panzer actions in the map! </font><br>
</td>
<td>
- Nav file exceeds limit of ???<br>
- Nav file is corrupted.
</td>
</tr>

<tr>
<td bgcolor="#101010">
<font color="white">An undefined error occurred! </font><br>
</td>
<td>
Well if we knew, it would not be UNDEFINED! I mean Geeezsus!;)
</td>
</tr>
</table>
<font color="white">Easter egg message?=> I see you asshole %i %i!!<br></font>
Generic Error format:<br>
ERROR: %s, line %d: %s

==Other Errors Messages==

* Errors can also be generated when FritzBot ET loads the .bots file (see [[Error_Messages__When_Fritzbot_ET_Reads_The_Bots_File]]).

* Errors can also be generated when FritzBot ET loads the .aiscript file (see [[Error_Messages_When_Fritzbot-ET_Reads_The_Aiscript]]).

* Or when reading the .nav file (see [[Error_Messages__When_Fritzbot_ET_Reads_The_Nav_File]]).

[http://wiki.bots-united.com/index.php/Error_Messages_When_Fritzbot_ET_Actions_Trigger Permanent link to this page]
[[Category:FritzBot ET]]
